CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Reader Writer

搜索资源列表

  1. CsvHelper

    0下载:
  2. C#读写CSV文件,包括Reader和Writer,速度快。-C# to read and write CSV files, including the Reader and Writer, fast.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:15393
    • 提供者:
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. thread.dat

    0下载:
  2. int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*******
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:868
    • 提供者:刘倩
  1. IOofJava2008

    0下载:
  2. Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte-stream InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charact
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3674
    • 提供者:haoyingying
  1. ReadersWriters

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之十一 ---- 读取者与写入者范例-The program allows Readers concurrent access to a resource while restricting Writers to exclusive access. Thread access to the shared resource is depicted by a light blue (cyan) arc segment. It is possible by st
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5148
    • 提供者:Key
  1. winsock

    0下载:
  2. 操作系统中读者写者问题与winsock网络通信编程-Reader and writer s problem and the winsock network communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12850
    • 提供者:默客
  1. readerwriter

    0下载:
  2. 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2269
    • 提供者:屠娇娇
  1. Code

    0下载:
  2. Java I/O操作,字节流InputStream和OutputStream,字符流Reader和Writer,Java I/O库的设计原则,字符集的编码,RandomAccessFile类,管道流,对象的序列化。-Java I/O operations, byte streams InputStream and OutputStream, character stream Reader and Writer, Java I/O library design principles, charac
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:3272
    • 提供者:lanshan
  1. rw

    1下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the cor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:DP
  1. flash_writer

    0下载:
  2. Flash 读写verilog代码,希望对大家有用,便于交流-flash writer and reader
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-05
    • 文件大小:3207
    • 提供者:flash_writer
  1. R_W

    0下载:
  2. 是关于读者写者的代码 写的还是很详细的 是用C++进行写的-about reader and writer
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:星海
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  1. e1

    0下载:
  2. 操作系统实验,实现读者优先写者优先的源代码-Operating system experiment, the reader first writer to achieve the priority of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2220
    • 提供者:anybodys
  1. operating-system

    0下载:
  2. 读者与写者问题的线程实现和进程实现,这是我大三操作系统课程设计源代码-Reader and writer thread implementation issues and processes to achieve, this is my third year courses on operating system design source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:18979
    • 提供者:zhaoyibin
  1. TestReaderAndWriter

    0下载:
  2. 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1225
    • 提供者:zhanghuachao
  1. duzheyuxizhe

    0下载:
  2. 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 运行结果显示要求:要求在
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:2156
    • 提供者:蒲春旭
  1. semaphore

    0下载:
  2. The shared memory has three character buffers, which are used to store a small letter, a capital letter, and a digit respectively. These buffers are logically independent. This program have some writer and reader threads. The writer threads are respo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:14304
    • 提供者:eagle
  1. reader_and_writer

    0下载:
  2. 读者写者问题模拟的实现,vs2008开发环境,有助于理解windows下的多进程机制-the reader and writer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2900948
    • 提供者:Jason
  1. duzhe

    0下载:
  2. 读者写者单缓冲,vc编程,操作系统经典问题 文件名包括:debug thread 读者写者(单缓冲) exe运行文件-writer and reader problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1315251
    • 提供者:沈佳
  1. mmc

    0下载:
  2. mmc reader and writer with mega128 schematic
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:71312
    • 提供者:ali
« 1 2 3 4 5 6 7 89 10 11 »
搜珍网 www.dssz.com